From 468c5c0084f93c57fec838ee4102729d68623a6a Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Fri, 1 Dec 2006 17:40:07 +0000 Subject: [PATCH] Use the new xen-api.sock for the calls to the Xen-API server. Signed-off-by: Ewan Mellor --- tools/xm-test/lib/XmTestLib/xapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xm-test/lib/XmTestLib/xapi.py b/tools/xm-test/lib/XmTestLib/xapi.py index 2a9ec209e3..bab0e103d9 100644 --- a/tools/xm-test/lib/XmTestLib/xapi.py +++ b/tools/xm-test/lib/XmTestLib/xapi.py @@ -57,7 +57,7 @@ _session = None def _connect(*args): global _server, _session, _initialised if not _initialised: - _server = ServerProxy('httpu:///var/run/xend/xmlrpc.sock') + _server = ServerProxy('httpu:///var/run/xend/xen-api.sock') login = XAPI_DEFAULT_LOGIN password = XAPI_DEFAULT_PASSWORD creds = (login, password) -- 2.30.2